Thank you for buying SteamWorld Dig!

--- INSTALLING ---
Linux users:
* Optionally run the install.sh script which registers icon and creates launchers. (Recommended)

* If you are a running on a 64 bit machine, you may need to install the 32 bit libs:
sudo apt-get install ia32-libs

* You may need to install OpenAL:
sudo apt-get install libopenal1:i386

* Note that Ubuntu 12.04 (and up) is the only officially supported OS right now (although the kernel requirement should only be 2.6.33)

--- CHANGELOG ---

Version 1.10 (2014-02-20)
* Fixed crash in the keybindings screen.
* Fixed issue where switching between keyboard and gamepad while shopping would trigger wrong on-screen stuff to show.
* Improved the DRM-free Linux distribution (thanks to Stephan Sokolow).

Version 1.09b (2014-02-17)
* Hotfix: Fixed achievements not working on Mac and Linux.

Version 1.09 (2014-02-04)
* Added Brazilian Portuguese, Hungarian and Polish translations.
* Added UI scale and positioning options.
* Fixed 3D position of sounds, front/back flipped to correct way.
* Fixed incorrect size of some render targets which might have caused black ingame screens on some cards.

Version 1.08 (2013-12-19)
* Added Russian translation.

Version 1.07 (2013-12-18)
* Added new options menu with input binding screen.
* Added support for a few more gamepads
* Added fallback to GL_EXT_framebuffer_object in case GL_ARB_framebuffer_object was not supported.
* Added an error message when failing to load a texture instead of hard crashing.
* Added Screen.FullscreenSize setting which if set will force real fullscreen mode with resolution change (not exposed through UI).
* Added Audio.OutputDevice setting which lets you specify output device (not exposed through UI).
* Improved behaviors with multiple displays in Linux somewhat.
* Fixed Escape key not working to skip logos screen.
* Fixed so that all settings appear in settings.xml, even when being default values.
* Replaced OpenAL with OpenAL Soft on Windows.

Version 1.05 (2013-12-05)
* Hotfix: Fixed a crash on windows XP.

Version 1.04 (2013-12-05)
* Hotfix: Fixed an issue where Rusty would be drawn twice during the final boss end sequence.

Version 1.03 (2013-12-05)
* First public release.
* Added more controls to the pause screen.
* Added smarter gamepad detection. If you play on keyboard, you now get keyboard button indicators even if you have a gamepad attached to your computer.
* Fixed crash when playing the game in French.
* Fixed input issues that made wall-jumping difficult.
* Fixed tools not being selected after buying them in some cases.
* Fixed some buggy achievements.
* Fixed mismatching background tiles.
* Fixed a number of misc issues.

Version 1.00 (2013-11-29)
* Initial release.


--- KNOWN ISSUES ---

* Linux: Diagonal movement on the Dpad does not work correctly on all gamepads.
* Linux: Playing the game fullscreen on computers with dual screens does not work all the time, depending on a number of things.
* Linux: Might not run at full framerate when using vsync in windowed mode.
* Linux: Might have to restart game for controllers to be recognized.
* Linux: Might have to replace xboxdrv with standard xpad for some controllers to work.


--- HOW TO CHANGE CONTROLS ---

Mostly obsolete after 1.07, since you can now set your desired controls from the in-game Controls menu, but still usable.

Key bindings are fetched from controls.cfg which should be here:
* Windows default: C:\Users\<YOUR_NAME>\Documents\My Games\SteamWorld Dig
* Mac default: ~/Library/ApplicationSupport/SteamWorld Dig (you may need to show hidden files to access this folder)
* Linux default: ~/.local/share/SteamWorldDig (uses $XDG_DATA_HOME if set)

You must have started up the game once for this file to exist.

IMPORTANT
In case you experience problems after changing the controls, just delete the file and restart the game to restore the default controls.

- List of possible actions -

	-- Menu actions --
	menu_any
	menu_accept
	menu_cancel
	menu_up
	menu_down
	menu_left
	menu_right
	menu_skip
	
	-- Game actions --
	move_up
	move_down
	move_left
	move_right
	activate
	jump
	attack
	run
	use_tool
	cycle_weapon
	cycle_tool
	weapon_1
	weapon_2
	weapon_3
	inventory
	pause	
	
- List of possible keys -

	-- Keyboard --
	Key.Up
	Key.Down
	Key.Left
	Key.Right
	Key.A
	Key.B
	Key.C
	Key.D
	Key.E
	Key.F
	Key.G
	Key.H
	Key.I
	Key.J
	Key.K
	Key.L
	Key.M
	Key.N
	Key.O
	Key.P
	Key.Q
	Key.R
	Key.S
	Key.T
	Key.U
	Key.V
	Key.W
	Key.X
	Key.Y
	Key.Z
	Key.0
	Key.1
	Key.2
	Key.3
	Key.4
	Key.5
	Key.6
	Key.7
	Key.8
	Key.9
	Key.Backspace
	Key.Tab
	Key.Return
	Key.Pause
	Key.Escape
	Key.Space
	Key.Comma
	Key.Minus
	Key.Period
	Key.Equals
	Key.Slash
	Key.LeftBracket
	Key.RightBracket
	Key.Delete
	Key.Insert
	Key.Home
	Key.End
	Key.PageUp
	Key.PageDown
	Key.Numpad0
	Key.Numpad1
	Key.Numpad2
	Key.Numpad3
	Key.Numpad4
	Key.Numpad5
	Key.Numpad6
	Key.Numpad7
	Key.Numpad8
	Key.Numpad9
	Key.NumpadPeriod
	Key.NumpadDivide
	Key.NumpadMultiply
	Key.NumpadMinus
	Key.NumpadPlus
	Key.NumpadEnter
	Key.F1
	Key.F2
	Key.F3
	Key.F4
	Key.F5
	Key.F6
	Key.F7
	Key.F8
	Key.F9
	Key.F10
	Key.F11
	Key.F12
	Key.NumLock
	Key.CapsLock
	Key.ScrollLock
	Key.RightShift
	Key.LeftShift
	Key.RightCtrl
	Key.LeftCtrl
	Key.RightAlt
	Key.LeftAlt
	
	-- Mouse --
	Mouse.Left
	Mouse.Right
	Mouse.Middle
	Mouse.Extra1
	Mouse.Extra2
	
	-- Gamepad --
	Gamepad.A
	Gamepad.B
	Gamepad.X
	Gamepad.Y
	Gamepad.Back
	Gamepad.Guide
	Gamepad.Start
	Gamepad.LeftStick
	Gamepad.RightStick
	Gamepad.LeftShoulder
	Gamepad.RightShoulder
	Gamepad.DpadUp
	Gamepad.DpadDown
	Gamepad.DpadLeft
	Gamepad.DpadRight
	Gamepad.LeftTrigger
	Gamepad.RightTrigger
	Gamepad.LeftStickLeft
	Gamepad.LeftStickRight
	Gamepad.LeftStickUp
	Gamepad.LeftStickDown
	Gamepad.RightStickLeft
	Gamepad.RightStickRight
	Gamepad.RightStickUp
	Gamepad.RightStickDown
